Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SpanDataCollection<T> Class / C1SpanDataCollection<T> Constructor
The source.

In This Topic
    C1SpanDataCollection<T> Constructor
    In This Topic
    Initializes a new instance of the C1SpanDataCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As IEnumerable _
    )
    public C1SpanDataCollection<T>( 
       IEnumerable source
    )

    Parameters

    source
    The source.
    See Also